Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-29400 (GCVE-0-2023-29400)
Vulnerability from cvelistv5 – Published: 2023-05-11 15:29 – Updated: 2025-01-24 16:47- CWE-74 - Improper input validation
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | html/template |
Affected:
0 , < 1.19.9
(semver)
Affected: 1.20.0-0 , < 1.20.4 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-12-13T13:09:23.252Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/59722"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/491617"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241213-0005/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-29400",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-01-24T16:46:30.315646Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-24T16:47:46.724Z",
"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": "appendCmd"
},
{
"name": "htmlNospaceEscaper"
},
{
"name": "Template.Execute"
},
{
"name": "Template.ExecuteTemplate"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.19.9",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.20.4",
"status": "affected",
"version": "1.20.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
],
"descriptions": [
{
"lang": "en",
"value": "Templates containing actions in unquoted HTML attributes (e.g. \"attr={{.}}\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-74: Improper input validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-12T19:08:27.799Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/59722"
},
{
"url": "https://go.dev/cl/491617"
},
{
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-1753"
}
],
"title": "Improper handling of empty HTML attributes in html/template"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-29400",
"datePublished": "2023-05-11T15:29:24.874Z",
"dateReserved": "2023-04-05T19:36:35.042Z",
"dateUpdated": "2025-01-24T16:47:46.724Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-29400",
"date": "2026-05-27",
"epss": "0.00049",
"percentile": "0.1538"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-29400\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-05-11T16:15:09.850\",\"lastModified\":\"2025-01-24T17:15:12.747\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Templates containing actions in unquoted HTML attributes (e.g. \\\"attr={{.}}\\\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.19.9\",\"matchCriteriaId\":\"B49801BA-4BE3-426B-871F-DB08D8457D9A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.4\",\"matchCriteriaId\":\"7A58122D-22F9-435E-A06B-B4E7367C2C70\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/491617\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/59722\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1753\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/491617\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/59722\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1753\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241213-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/59722\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/491617\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241213-0005/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-13T13:09:23.252Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-29400\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-24T16:46:30.315646Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-24T16:47:39.366Z\"}}], \"cna\": {\"title\": \"Improper handling of empty HTML attributes in html/template\", \"credits\": [{\"lang\": \"en\", \"value\": \"Juho Nurminen of Mattermost\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"html/template\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.19.9\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.20.0-0\", \"lessThan\": \"1.20.4\", \"versionType\": \"semver\"}], \"packageName\": \"html/template\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"appendCmd\"}, {\"name\": \"htmlNospaceEscaper\"}, {\"name\": \"Template.Execute\"}, {\"name\": \"Template.ExecuteTemplate\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/59722\"}, {\"url\": \"https://go.dev/cl/491617\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1753\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Templates containing actions in unquoted HTML attributes (e.g. \\\"attr={{.}}\\\") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-74: Improper input validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-06-12T19:08:27.799Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-29400\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-24T16:47:46.724Z\", \"dateReserved\": \"2023-04-05T19:36:35.042Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2023-05-11T15:29:24.874Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2023:5947
Vulnerability from csaf_redhat - Published: 2023-10-26 00:47 - Updated: 2026-05-28 02:51A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — | ||
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
Workaround
|
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
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 | — |
Workaround
|
{
"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 run-once-duration-override-container, run-once-duration-override-operator-bundle-container, and run-once-duration-override-operator-container is now available for RODOO-1.0-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": "The Run Once Duration Override Operator for Red Hat OpenShift is an optional\noperator that makes it possible to override activeDeadlineSecondsOverride\nfield during pod admission.\n\nSecurity 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: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results (CVE-2023-24532)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\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:5947",
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"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": "OCPBUGS-20489",
"url": "https://issues.redhat.com/browse/OCPBUGS-20489"
},
{
"category": "external",
"summary": "WRKLDS-780",
"url": "https://issues.redhat.com/browse/WRKLDS-780"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5947.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.0.1 security update",
"tracking": {
"current_release_date": "2026-05-28T02:51:16+00:00",
"generator": {
"date": "2026-05-28T02:51:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:5947",
"initial_release_date": "2023-10-26T00:47:43+00:00",
"revision_history": [
{
"date": "2023-10-26T00:47:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-26T00:47:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RODOO 1.0 for RHEL 8",
"product": {
"name": "RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:run_once_duration_override_operator:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Run Once Duration Override Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel8\u0026tag=v1.0-30"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.0-20"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-rhel8\u0026tag=v1.0-25"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64 as a component of RODOO 1.0 for RHEL 8",
"product_id": "8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64",
"relates_to_product_reference": "8Base-RODOO-1.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-24532",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2023-07-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223355"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24532"
},
{
"category": "external",
"summary": "RHBZ#2223355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223355"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24532"
},
{
"category": "external",
"summary": "https://go.dev/cl/471255",
"url": "https://go.dev/cl/471255"
},
{
"category": "external",
"summary": "https://go.dev/issue/58647",
"url": "https://go.dev/issue/58647"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY",
"url": "https://groups.google.com/g/golang-announce/c/3-TpUx48iQY"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1621",
"url": "https://pkg.go.dev/vuln/GO-2023-1621"
}
],
"release_date": "2023-03-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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": "other",
"text": "The flaw has been marked as moderate instead of high like NVD \nQUICConn.HandleData buffers data and passes it to handlePostHandshakeMessage every time the buffer contains a complete message, while HandleData doesn\u0027t limit the amount of data it can buffer, a panic or denial of service would likely be lower severity,also in order to exploit this vulnerability, an attacker would have to smuggle partial handshake data which might be rejected altogether as per tls RFC specification.Therfore because of a lower severity denial of service and conditions that are beyond the scope of attackers control,we have marked this as moderate severity",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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": "other",
"text": "A vulnerability was found in the Go QUIC protocol implementation in the logic that processes post-handshake messages. It is an uncontrolled resource consumption flaw, triggered when a malicious connection sends data without an enforced upper bound. This leads to unbounded memory growth, causing the service to crash and resulting in a denial of service.The single-dimensional impact of denial of service and the added complexity of whether the resource exhaustion would happen, being out of an attacker\u0027s control,this has been rated as moderate severity.",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
}
],
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"known_not_affected": [
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_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-26T00:47:43+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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:5e2f382d233fab6817da02d17459b3e6e8c16f0be58270221b66d87ce3d09cc6_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-operator-rhel8@sha256:a43806835a54ea3c712e1cbb96cd7ff2cd0434912ae1cbc11b4f54524c15c40b_amd64",
"8Base-RODOO-1.0:run-once-duration-override-operator/run-once-duration-override-rhel8@sha256:70c5f120078cec9a22f2e754e5606ebe5d086e38aeb5fc9daac18fced6705f43_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:6346
Vulnerability from csaf_redhat - Published: 2023-11-07 09:12 - Updated: 2026-05-28 02:51A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 | — |
Vendor Fix
fix
|
{
"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 toolbox is now available for Red Hat Enterprise Linux 9.\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": "Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.\n\nSecurity Fix(es):\n\n* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 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/RHSA-2023:6346",
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/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": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165742"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2222789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222789"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6346.json"
}
],
"title": "Red Hat Security Advisory: toolbox security and bug fix update",
"tracking": {
"current_release_date": "2026-05-28T02:51:42+00:00",
"generator": {
"date": "2026-05-28T02:51:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6346",
"initial_release_date": "2023-11-07T09:12:30+00:00",
"revision_history": [
{
"date": "2023-11-07T09:12:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:12:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:42+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": "toolbox-0:0.0.99.4-6.el9_3.src",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-6.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-6.el9_3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-6.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3064",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-01-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2163037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RHC package for Red Hat Enterprise Linux 9 mark as Low severity as we do ship the affected code but it\u0027s not easily exposed because YAML files are not parsed by RHC.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3064"
},
{
"category": "external",
"summary": "RHBZ#2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r",
"url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5",
"url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4",
"url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0956",
"url": "https://pkg.go.dev/vuln/GO-2022-0956"
}
],
"release_date": "2022-08-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"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": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.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-07T09:12:30+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-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6346"
}
],
"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": [
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.src",
"AppStream-9.3.0.GA:toolbox-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debuginfo-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-debugsource-0:0.0.99.4-6.el9_3.x86_64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.aarch64",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.ppc64le",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.s390x",
"AppStream-9.3.0.GA:toolbox-tests-0:0.0.99.4-6.el9_3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6363
Vulnerability from csaf_redhat - Published: 2023-11-07 08:33 - Updated: 2026-05-28 02:51A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
{
"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 skopeo is now available for Red Hat Enterprise Linux 9.\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 skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 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/RHSA-2023:6363",
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/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": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6363.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-05-28T02:51:43+00:00",
"generator": {
"date": "2026-05-28T02:51:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6363",
"initial_release_date": "2023-11-07T08:33:26+00:00",
"revision_history": [
{
"date": "2023-11-07T08:33:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:33:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:43+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": "skopeo-2:1.13.3-1.el9.src",
"product": {
"name": "skopeo-2:1.13.3-1.el9.src",
"product_id": "skopeo-2:1.13.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-tests-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.13.3-1.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src"
},
"product_reference": "skopeo-2:1.13.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.13.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"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": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.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": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.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": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.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-07T08:33:26+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-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6363"
}
],
"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": [
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.src",
"AppStream-9.3.0.GA:skopeo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debuginfo-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-debugsource-2:1.13.3-1.el9.x86_64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.aarch64",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.s390x",
"AppStream-9.3.0.GA:skopeo-tests-2:1.13.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6402
Vulnerability from csaf_redhat - Published: 2023-11-07 09:01 - Updated: 2026-05-28 02:51A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 | — |
Vendor Fix
fix
|
{
"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 containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\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 Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 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/RHSA-2023:6402",
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/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": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2212143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212143"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6402.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security and bug fix update",
"tracking": {
"current_release_date": "2026-05-28T02:51:43+00:00",
"generator": {
"date": "2026-05-28T02:51:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6402",
"initial_release_date": "2023-11-07T09:01:07+00:00",
"revision_history": [
{
"date": "2023-11-07T09:01:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T09:01:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:43+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": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"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": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.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": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.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-07T09:01:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6402"
}
],
"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": [
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.src",
"AppStream-9.3.0.GA:containernetworking-plugins-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.el9.x86_64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.aarch64",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.ppc64le",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.s390x",
"AppStream-9.3.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6473
Vulnerability from csaf_redhat - Published: 2023-11-07 08:39 - Updated: 2026-05-28 02:51A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 | — |
Vendor Fix
fix
|
{
"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 buildah is now available for Red Hat Enterprise Linux 9.\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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 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/RHSA-2023:6473",
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/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": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6473.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-05-28T02:51:44+00:00",
"generator": {
"date": "2026-05-28T02:51:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6473",
"initial_release_date": "2023-11-07T08:39:45+00:00",
"revision_history": [
{
"date": "2023-11-07T08:39:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:39:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51: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": "buildah-1:1.31.3-1.el9.src",
"product": {
"name": "buildah-1:1.31.3-1.el9.src",
"product_id": "buildah-1:1.31.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-1:1.31.3-1.el9.s390x",
"product_id": "buildah-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src"
},
"product_reference": "buildah-1:1.31.3-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"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": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.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": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25173",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2023-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2174485"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containerd: Supplementary groups are not set up properly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25173"
},
{
"category": "external",
"summary": "RHBZ#2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a",
"url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.5.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.6.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p"
},
{
"category": "external",
"summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/",
"url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.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-07T08:39:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6473"
}
],
"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": [
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.src",
"AppStream-9.3.0.GA:buildah-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debuginfo-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-debugsource-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-1:1.31.3-1.el9.x86_64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.aarch64",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.ppc64le",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.s390x",
"AppStream-9.3.0.GA:buildah-tests-debuginfo-1:1.31.3-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6474
Vulnerability from csaf_redhat - Published: 2023-11-07 08:52 - Updated: 2026-05-28 02:51A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64 | — |
Vendor Fix
fix
|
{
"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 podman is now available for Red Hat Enterprise Linux 9.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 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/RHSA-2023:6474",
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/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": "2173089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173089"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "2177611",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177611"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2180108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180108"
},
{
"category": "external",
"summary": "2182485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182485"
},
{
"category": "external",
"summary": "2182896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182896"
},
{
"category": "external",
"summary": "2183597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183597"
},
{
"category": "external",
"summary": "2183975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183975"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2187187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187187"
},
{
"category": "external",
"summary": "2188340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188340"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2223350",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223350"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2229644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229644"
},
{
"category": "external",
"summary": "2230212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230212"
},
{
"category": "external",
"summary": "2231975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231975"
},
{
"category": "external",
"summary": "2232308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232308"
},
{
"category": "external",
"summary": "2233222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233222"
},
{
"category": "external",
"summary": "RHEL-3132",
"url": "https://issues.redhat.com/browse/RHEL-3132"
},
{
"category": "external",
"summary": "RHEL-3133",
"url": "https://issues.redhat.com/browse/RHEL-3133"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6474.json"
}
],
"title": "Red Hat Security Advisory: podman security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-05-28T02:51:44+00:00",
"generator": {
"date": "2026-05-28T02:51:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6474",
"initial_release_date": "2023-11-07T08:52:01+00:00",
"revision_history": [
{
"date": "2023-11-07T08:52:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:52:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51: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": "podman-2:4.6.1-5.el9.src",
"product": {
"name": "podman-2:4.6.1-5.el9.src",
"product_id": "podman-2:4.6.1-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-2:4.6.1-5.el9.aarch64",
"product_id": "podman-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product_id": "podman-plugins-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.aarch64",
"product_id": "podman-remote-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.aarch64",
"product_id": "podman-tests-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product_id": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-remote-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-tests-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-2:4.6.1-5.el9.x86_64",
"product_id": "podman-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product_id": "podman-plugins-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.x86_64",
"product_id": "podman-remote-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.x86_64",
"product_id": "podman-tests-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product_id": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-2:4.6.1-5.el9.s390x",
"product_id": "podman-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product_id": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-plugins-2:4.6.1-5.el9.s390x",
"product_id": "podman-plugins-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-remote-2:4.6.1-5.el9.s390x",
"product_id": "podman-remote-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-tests-2:4.6.1-5.el9.s390x",
"product_id": "podman-tests-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product_id": "podman-debugsource-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product_id": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-5.el9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.6.1-5.el9.noarch",
"product": {
"name": "podman-docker-2:4.6.1-5.el9.noarch",
"product_id": "podman-docker-2:4.6.1-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.6.1-5.el9?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src"
},
"product_reference": "podman-2:4.6.1-5.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-debugsource-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.6.1-5.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch"
},
"product_reference": "podman-docker-2:4.6.1-5.el9.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-gvproxy-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-plugins-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-remote-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.6.1-5.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
},
"product_reference": "podman-tests-2:4.6.1-5.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-3978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Cross site scripting",
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3978"
},
{
"category": "external",
"summary": "RHBZ#2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978"
},
{
"category": "external",
"summary": "https://go.dev/cl/514896",
"url": "https://go.dev/cl/514896"
},
{
"category": "external",
"summary": "https://go.dev/issue/61615",
"url": "https://go.dev/issue/61615"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1988",
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25173",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2023-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2174485"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containerd: Supplementary groups are not set up properly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25173"
},
{
"category": "external",
"summary": "RHBZ#2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a",
"url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.5.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.6.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p"
},
{
"category": "external",
"summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/",
"url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.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-07T08:52:01+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-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6474"
}
],
"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": [
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.src",
"AppStream-9.3.0.GA:podman-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-debugsource-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-docker-2:4.6.1-5.el9.noarch",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-gvproxy-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-plugins-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-remote-debuginfo-2:4.6.1-5.el9.x86_64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.aarch64",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.ppc64le",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.s390x",
"AppStream-9.3.0.GA:podman-tests-2:4.6.1-5.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6832
Vulnerability from csaf_redhat - Published: 2023-11-08 18:49 - Updated: 2026-05-28 02:51An out-of-bounds read flaw was found in the CLARRV, DLARRV, SLARRV, and ZLARRV functions in lapack and OpenBLAS. A specially crafted input passed to these functions could cause an application using lapack to crash or possibly disclose portions of its memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
A flaw was found in HashiCorp Vault and Vault Enterprise, where they are vulnerable to Cross-site scripting caused by improper validation of user-supplied input by the key-value v2 (kv-v2) diff viewer. A remote, authenticated attacker can inject malicious script into a Web page which would be executed in a victim's Web browser within the security context of the hosting Web site once the page is viewed. This flaw allows an attacker to steal the victim's cookie-based authentication credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
A flaw was found in the HashiCorp Vault. The Vault and Vault Enterprise (“Vault”) LDAP auth method allows unauthenticated users to potentially enumerate valid accounts in the configured LDAP system by observing the response error when querying usernames.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
A flaw was found in HashiCorp Vault and Vault Enterprise. This issue could allow a remote authenticated attacker to bypass security restrictions, due to a flaw in the Google Cloud secrets engine when creating or updating rolesets. By sending a specially crafted request, an attacker could exploit this vulnerability to bypass the IAM policy.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Workaround
|
A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path "/" with an asterisk "*".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — |
Workaround
|
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
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x | — |
Workaround
|
{
"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": "Updated packages that include numerous enhancements and bug fixes are now available for Red Hat OpenShift Data Foundation 4.14.0 on Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Container Platform. Red Hat OpenShift Data Foundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multicloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\nA Red Hat Security Bulletin which addresses further details about the Rapid Reset flaw is available in the References section.\n\n* lapack: Out-of-bounds read in *larrv (CVE-2021-4048)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration (CVE-2023-3462)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* goproxy: Denial of service (DoS) via unspecified vectors (CVE-2023-37788)\n\n* hashicorp: html injection into web ui (CVE-2023-2121)\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-39325)\n\n* hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets (CVE-2023-5077)\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\nThese updated packages include numerous enhancements and bug fixes. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat OpenShift Data Foundation Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.14/html/4.14_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these packages that provide these bug fixes and enhancements.",
"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:6832",
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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": "1970939",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1970939"
},
{
"category": "external",
"summary": "1982721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1982721"
},
{
"category": "external",
"summary": "2023189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023189"
},
{
"category": "external",
"summary": "2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "2067095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067095"
},
{
"category": "external",
"summary": "2079232",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079232"
},
{
"category": "external",
"summary": "2104207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104207"
},
{
"category": "external",
"summary": "2104254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104254"
},
{
"category": "external",
"summary": "2121514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121514"
},
{
"category": "external",
"summary": "2122521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122521"
},
{
"category": "external",
"summary": "2134040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134040"
},
{
"category": "external",
"summary": "2134115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134115"
},
{
"category": "external",
"summary": "2138855",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138855"
},
{
"category": "external",
"summary": "2142462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142462"
},
{
"category": "external",
"summary": "2150752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150752"
},
{
"category": "external",
"summary": "2150996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150996"
},
{
"category": "external",
"summary": "2154351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154351"
},
{
"category": "external",
"summary": "2158773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158773"
},
{
"category": "external",
"summary": "2160034",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160034"
},
{
"category": "external",
"summary": "2165941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165941"
},
{
"category": "external",
"summary": "2166354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166354"
},
{
"category": "external",
"summary": "2169499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169499"
},
{
"category": "external",
"summary": "2172624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172624"
},
{
"category": "external",
"summary": "2175201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175201"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2179348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179348"
},
{
"category": "external",
"summary": "2180329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180329"
},
{
"category": "external",
"summary": "2182351",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182351"
},
{
"category": "external",
"summary": "2183092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183092"
},
{
"category": "external",
"summary": "2183444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183444"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184647"
},
{
"category": "external",
"summary": "2185042",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185042"
},
{
"category": "external",
"summary": "2189866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189866"
},
{
"category": "external",
"summary": "2190382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190382"
},
{
"category": "external",
"summary": "2192852",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192852"
},
{
"category": "external",
"summary": "2193109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193109"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2207918",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2207918"
},
{
"category": "external",
"summary": "2208563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208563"
},
{
"category": "external",
"summary": "2209251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209251"
},
{
"category": "external",
"summary": "2209258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209258"
},
{
"category": "external",
"summary": "2209288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209288"
},
{
"category": "external",
"summary": "2210047",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210047"
},
{
"category": "external",
"summary": "2210289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210289"
},
{
"category": "external",
"summary": "2211362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211362"
},
{
"category": "external",
"summary": "2211482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211482"
},
{
"category": "external",
"summary": "2211491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211491"
},
{
"category": "external",
"summary": "2211564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211564"
},
{
"category": "external",
"summary": "2211643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211643"
},
{
"category": "external",
"summary": "2211807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211807"
},
{
"category": "external",
"summary": "2211866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211866"
},
{
"category": "external",
"summary": "2212773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212773"
},
{
"category": "external",
"summary": "2212931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2212931"
},
{
"category": "external",
"summary": "2213085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213085"
},
{
"category": "external",
"summary": "2213118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213118"
},
{
"category": "external",
"summary": "2213183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213183"
},
{
"category": "external",
"summary": "2213550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213550"
},
{
"category": "external",
"summary": "2213552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213552"
},
{
"category": "external",
"summary": "2214023",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214023"
},
{
"category": "external",
"summary": "2214033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214033"
},
{
"category": "external",
"summary": "2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "2214288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214288"
},
{
"category": "external",
"summary": "2214838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214838"
},
{
"category": "external",
"summary": "2215239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215239"
},
{
"category": "external",
"summary": "2215917",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215917"
},
{
"category": "external",
"summary": "2216707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216707"
},
{
"category": "external",
"summary": "2217887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217887"
},
{
"category": "external",
"summary": "2217904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217904"
},
{
"category": "external",
"summary": "2218116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218116"
},
{
"category": "external",
"summary": "2218190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218190"
},
{
"category": "external",
"summary": "2218309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218309"
},
{
"category": "external",
"summary": "2218492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218492"
},
{
"category": "external",
"summary": "2218593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218593"
},
{
"category": "external",
"summary": "2219136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219136"
},
{
"category": "external",
"summary": "2219355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219355"
},
{
"category": "external",
"summary": "2219395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219395"
},
{
"category": "external",
"summary": "2219436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219436"
},
{
"category": "external",
"summary": "2219797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219797"
},
{
"category": "external",
"summary": "2219843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219843"
},
{
"category": "external",
"summary": "2221473",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221473"
},
{
"category": "external",
"summary": "2221488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221488"
},
{
"category": "external",
"summary": "2221638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221638"
},
{
"category": "external",
"summary": "2221995",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221995"
},
{
"category": "external",
"summary": "2222022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222022"
},
{
"category": "external",
"summary": "2222887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222887"
},
{
"category": "external",
"summary": "2223553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223553"
},
{
"category": "external",
"summary": "2223575",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223575"
},
{
"category": "external",
"summary": "2223690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223690"
},
{
"category": "external",
"summary": "2223692",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223692"
},
{
"category": "external",
"summary": "2223702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223702"
},
{
"category": "external",
"summary": "2223705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223705"
},
{
"category": "external",
"summary": "2223706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223706"
},
{
"category": "external",
"summary": "2223976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223976"
},
{
"category": "external",
"summary": "2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "2224325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224325"
},
{
"category": "external",
"summary": "2224493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224493"
},
{
"category": "external",
"summary": "2225176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225176"
},
{
"category": "external",
"summary": "2225223",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225223"
},
{
"category": "external",
"summary": "2225685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225685"
},
{
"category": "external",
"summary": "2226647",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2226647"
},
{
"category": "external",
"summary": "2227017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227017"
},
{
"category": "external",
"summary": "2227607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227607"
},
{
"category": "external",
"summary": "2227835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227835"
},
{
"category": "external",
"summary": "2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "2228108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228108"
},
{
"category": "external",
"summary": "2228319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228319"
},
{
"category": "external",
"summary": "2228375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228375"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2228805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228805"
},
{
"category": "external",
"summary": "2228816",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228816"
},
{
"category": "external",
"summary": "2230050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230050"
},
{
"category": "external",
"summary": "2230334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230334"
},
{
"category": "external",
"summary": "2230447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230447"
},
{
"category": "external",
"summary": "2231074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231074"
},
{
"category": "external",
"summary": "2231116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231116"
},
{
"category": "external",
"summary": "2231124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231124"
},
{
"category": "external",
"summary": "2231709",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231709"
},
{
"category": "external",
"summary": "2231838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231838"
},
{
"category": "external",
"summary": "2232464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232464"
},
{
"category": "external",
"summary": "2232502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232502"
},
{
"category": "external",
"summary": "2232552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232552"
},
{
"category": "external",
"summary": "2232608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232608"
},
{
"category": "external",
"summary": "2233027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233027"
},
{
"category": "external",
"summary": "2233036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233036"
},
{
"category": "external",
"summary": "2233410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233410"
},
{
"category": "external",
"summary": "2233445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233445"
},
{
"category": "external",
"summary": "2233727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233727"
},
{
"category": "external",
"summary": "2233731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233731"
},
{
"category": "external",
"summary": "2234357",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234357"
},
{
"category": "external",
"summary": "2234386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234386"
},
{
"category": "external",
"summary": "2234428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234428"
},
{
"category": "external",
"summary": "2234735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234735"
},
{
"category": "external",
"summary": "2234759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2234759"
},
{
"category": "external",
"summary": "2235245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235245"
},
{
"category": "external",
"summary": "2235395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235395"
},
{
"category": "external",
"summary": "2235423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235423"
},
{
"category": "external",
"summary": "2235708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2235708"
},
{
"category": "external",
"summary": "2236387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236387"
},
{
"category": "external",
"summary": "2236436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236436"
},
{
"category": "external",
"summary": "2236444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236444"
},
{
"category": "external",
"summary": "2236445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236445"
},
{
"category": "external",
"summary": "2237213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237213"
},
{
"category": "external",
"summary": "2237226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237226"
},
{
"category": "external",
"summary": "2238400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238400"
},
{
"category": "external",
"summary": "2238682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238682"
},
{
"category": "external",
"summary": "2238720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238720"
},
{
"category": "external",
"summary": "2238895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2238895"
},
{
"category": "external",
"summary": "2239033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239033"
},
{
"category": "external",
"summary": "2239093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239093"
},
{
"category": "external",
"summary": "2239096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239096"
},
{
"category": "external",
"summary": "2239101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239101"
},
{
"category": "external",
"summary": "2239140",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239140"
},
{
"category": "external",
"summary": "2239580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239580"
},
{
"category": "external",
"summary": "2239589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239589"
},
{
"category": "external",
"summary": "2239622",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239622"
},
{
"category": "external",
"summary": "2239776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239776"
},
{
"category": "external",
"summary": "2239802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239802"
},
{
"category": "external",
"summary": "2240778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240778"
},
{
"category": "external",
"summary": "2241015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241015"
},
{
"category": "external",
"summary": "2241185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241185"
},
{
"category": "external",
"summary": "2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "2242121",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242121"
},
{
"category": "external",
"summary": "2242374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242374"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2242854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242854"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "2244383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244383"
},
{
"category": "external",
"summary": "2244517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244517"
},
{
"category": "external",
"summary": "2244566",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244566"
},
{
"category": "external",
"summary": "2244638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244638"
},
{
"category": "external",
"summary": "2244791",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244791"
},
{
"category": "external",
"summary": "2244793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244793"
},
{
"category": "external",
"summary": "2245978",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2245978"
},
{
"category": "external",
"summary": "2246185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2246185"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6832.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-05-28T02:51:49+00:00",
"generator": {
"date": "2026-05-28T02:51:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6832",
"initial_release_date": "2023-11-08T18:49:17+00:00",
"revision_history": [
{
"date": "2023-11-08T18:49:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-08T18:49:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.14 for RHEL 9",
"product": {
"name": "RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.14.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.14.0-68"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.14.0-77"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.14.0-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.14.0-74"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.14.0-161"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.14.0-71"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.14.0-44"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.14.0-63"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.14.0-43"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.14.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.14.0-14"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.14.0-13"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.14.0-16"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.14.0-29"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.14.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.14.0-31"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64 as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x as a component of RHODF 4.14 for RHEL 9",
"product_id": "9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4048",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2021-11-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024358"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds read flaw was found in the CLARRV, DLARRV, SLARRV, and ZLARRV functions in lapack and OpenBLAS. A specially crafted input passed to these functions could cause an application using lapack to crash or possibly disclose portions of its memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lapack: Out-of-bounds read in *larrv",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4048"
},
{
"category": "external",
"summary": "RHBZ#2024358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4048"
}
],
"release_date": "2021-09-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "lapack: Out-of-bounds read in *larrv"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2023-2121",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-06-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214237"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise, where they are vulnerable to Cross-site scripting caused by improper validation of user-supplied input by the key-value v2 (kv-v2) diff viewer. A remote, authenticated attacker can inject malicious script into a Web page which would be executed in a victim\u0027s Web browser within the security context of the hosting Web site once the page is viewed. This flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp: html injection into web ui",
"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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2121"
},
{
"category": "external",
"summary": "RHBZ#2214237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2121"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814"
}
],
"release_date": "2023-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp: html injection into web ui"
},
{
"cve": "CVE-2023-3462",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HashiCorp Vault. The Vault and Vault Enterprise (\u201cVault\u201d) LDAP auth method allows unauthenticated users to potentially enumerate valid accounts in the configured LDAP system by observing the response error when querying usernames.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration",
"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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3462"
},
{
"category": "external",
"summary": "RHBZ#2228020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3462"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3462"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-24-vaults-ldap-auth-method-allows-for-user-enumeration/56714"
}
],
"release_date": "2023-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Hashicorp/vault: Vault\u2019s LDAP Auth Method Allows for User Enumeration"
},
{
"cve": "CVE-2023-3978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Cross site scripting",
"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-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3978"
},
{
"category": "external",
"summary": "RHBZ#2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978"
},
{
"category": "external",
"summary": "https://go.dev/cl/514896",
"url": "https://go.dev/cl/514896"
},
{
"category": "external",
"summary": "https://go.dev/issue/61615",
"url": "https://go.dev/issue/61615"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1988",
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-5077",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2023-10-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2241980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise. This issue could allow a remote authenticated attacker to bypass security restrictions, due to a flaw in the Google Cloud secrets engine when creating or updating rolesets. By sending a specially crafted request, an attacker could exploit this vulnerability to bypass the IAM policy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets",
"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-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-5077"
},
{
"category": "external",
"summary": "RHBZ#2241980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2241980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-5077",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5077"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-30-vault-s-google-cloud-secrets-engine-removed-existing-iam-conditions-when-creating-updating-rolesets/58654/1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-86c6-3g63-5w64",
"url": "https://github.com/advisories/GHSA-86c6-3g63-5w64"
}
],
"release_date": "2023-09-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Google Cloud Secrets Engine Removed Existing IAM Conditions When Creating / Updating Rolesets"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"cve": "CVE-2023-37788",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-07-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2224245"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goproxy, which is vulnerable to a denial of service caused by improper input validation. This flaw allows a remote attacker can cause the goproxy server to crash by sending a specially crafted HTTP request to the HTTPS page, replacing the path \"/\" with an asterisk \"*\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goproxy: Denial of service (DoS) via unspecified vectors.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Goproxy is only susceptible to this vulnerability when used in MITM (Man In The Middle) mode. This use case is not relevant to any Red Hat products, so the impact is rated as Moderate.",
"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-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37788"
},
{
"category": "external",
"summary": "RHBZ#2224245",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2224245"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37788"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37788"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-4r8x-2p26-976p",
"url": "https://github.com/advisories/GHSA-4r8x-2p26-976p"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/issues/502",
"url": "https://github.com/elazarl/goproxy/issues/502"
},
{
"category": "external",
"summary": "https://github.com/elazarl/goproxy/pull/507",
"url": "https://github.com/elazarl/goproxy/pull/507"
}
],
"release_date": "2023-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
}
],
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "goproxy: Denial of service (DoS) via unspecified vectors."
},
{
"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-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_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.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_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-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_s390x"
]
}
],
"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-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_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-11-08T18:49:17+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": [
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6832"
},
{
"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-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_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": [
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:19066af2eb30877d010ef66b5d538749da1f0521b4a762871a53c57ead216e9a_s390x",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:35a02234cca01c1f4acc66744fe5238c1810ba098b63f95c5c09f183647032f9_amd64",
"9Base-RHODF-4.14:odf4/cephcsi-rhel9@sha256:d256c07680a4463f09d4a06a000fe001806cde5ccaa958005a1a3e66a127b5b1_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:21d8549a1b42e78f04f555d4bf662da649e7411b54491055779859fa4bce2a37_arm64",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:52cadb4a29242624ef35270f56317e019ae04dda9c6710d9d944a8628ca00818_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:c354acbac03e2af6fcb7b5b1dbe16ab0a382004ef7a335f9327893138ce2e922_s390x",
"9Base-RHODF-4.14:odf4/mcg-cli-rhel9@sha256:ee129f877f166acabe289aba862cd1d0154f29987dfd9df4800b18c005725256_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:0a9ccf86889c47b950246e2f6829b568b2f3cb0f37b2ad18282ff2a40f0448d6_s390x",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:4db0118093d6186245a1bad6e33a7c324adf4385ffe632e72ef8eb6fa4bc7cc4_amd64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:61db6bf89d17320cb1de31b07905a67db6418b8bd5da3b28c105c30c673a69ed_arm64",
"9Base-RHODF-4.14:odf4/mcg-core-rhel9@sha256:a3c88a63ab8c071cfd28aa97a12d2cf44f8d6f3779875b8bac79b76334995575_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:217ee67bfcec7b49193c035292a10577603397acae7b3d36ef2a8809a47c4b01_amd64",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:b2586abf037cc9a313b5b07a36806d27f8a5fdee8daf99a00ee491243085a7d4_s390x",
"9Base-RHODF-4.14:odf4/mcg-operator-bundle@sha256:db479b0a4c27104c57911bead5d15b99617a2ae355586e765b04ea02f72662cf_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:45e081dc18d87532beb038ee07e9e99f3ab686ad5a4fe65664f82e490d295d14_ppc64le",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:5149a129f3caf1f0e93ce490df3e4bbab4d842cabd85556970349c81d1de6970_arm64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:cf3caa9b68d92d8b99237dedd6631fbe96a30ce1ee44f4cc3eb4c9a45b5f906d_amd64",
"9Base-RHODF-4.14:odf4/mcg-rhel9-operator@sha256:fcb6309f9244be94c6154d45f0a5c415783407064fee1ee48a4c05970054da1c_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:092b03642b8adae73f45ff264d38a796fb8a7fd89b87e712db0473f9ccda3862_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:0dbc5b109af0e72148bc5c70089e2db9f3a6a30946484ea2b75a05ed96b74049_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-console-rhel9@sha256:1a8a1d7bfa55de51ec2a777f2ad0d21d61c0e4a8be2802cbf4d76dc4a5d578d6_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4c73760f7c2e5283d5fa197a95191d8e0568dbebfabffe476933a2545bea2b3b_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:4ff423ec1d18619590b5e3ce4b10352dbc50894ec92ec5d0164c8488e6f45a9e_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-operator-bundle@sha256:cab28a3e2b44dc6f2efebbd5a52dee943ac9a8ae1f52cd4455418a6b689d54b3_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:6b8fb443051345da399d48c5cff2dce22b4b8b2a9ab224e76d423d820151a8fe_s390x",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:7f0e8e93d13f4fd74c0e801b94c0fa79369f319e371832c59c990f80a02a29fb_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:923bc2abdbf6ad3594e3db6acf6a0054ee13deea7127480e4d200758cc2789d0_amd64",
"9Base-RHODF-4.14:odf4/ocs-client-rhel9-operator@sha256:bed6367b1913369a99f1fc690df25a592b86d1fce68e2b86ae71ecbea7098952_arm64",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:309b5a86d0f438d93ca64d7eea18c0b69a33a345e913977e2cd6507ce54e4fc9_s390x",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:52b43f37c8801a43153ea7df37ec7a20494ecaa3f6b4b3c71a97bb670b418e44_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-metrics-exporter-rhel9@sha256:bc2b43b18fb8a054376e2295dc8e4bd7be57e8d2898a3efca3a014c40a109964_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:2ae1361711997b8ab997c6fc09985af6909968a055d616d633bde23910a000b0_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:33726ea05cce60e263d4f64dab60543b9c70542f1649aa79f0e10bc264d82f6a_amd64",
"9Base-RHODF-4.14:odf4/ocs-operator-bundle@sha256:e15785bfa7738c85d01dff5e137564401d9a8982785e0bdff73f7df166137cd9_s390x",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:36a3587297be43c27a0348efc2ce0bd6d5cb4ff5447206e07770b78c6804d827_ppc64le",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:d83c01e9498460d577809a37bae6c4a5e8a908209ff5e3541e8453aff29d378b_amd64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:e5d0c68cad94e04ad024ab91c05c04606b166d30e2c81a5414b4517195878bc3_arm64",
"9Base-RHODF-4.14:odf4/ocs-rhel9-operator@sha256:ed46de26d5f1383b2c2924535cca7af2837e6ebbffd576b20939660facd70dc7_s390x",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:1355bfd45d0f7715fe5a8c709d92951a25d1ee06742373ad632890dbd8678dc4_ppc64le",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:9e58f78573d466a52b2091df3680331b1453f8f1185d72fa8daddaa2bee34522_amd64",
"9Base-RHODF-4.14:odf4/odf-console-rhel9@sha256:d164df6e45f3541a748cfac39014048cf356aad5e90441c342f57b318dd44935_s390x",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:1073a52233897ca521366b8a98c401b8f4b43a75e289dfe2bab3281498134808_ppc64le",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d0c257b6f5fe9790c687dd255ef574a5e5fe5d2d24f90bd76fc674febf681871_amd64",
"9Base-RHODF-4.14:odf4/odf-cosi-sidecar-rhel9@sha256:d4cff642b23e5d006b179d81b20d1dc5aad68d0123dcb339f72973c68845ec4a_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:36074f09cf007c51360bbcef9c20f05696a666ed5a7e9a087d3c5f2abc28d3b1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:53e09d58b3875d5584aedc091fcce42dcfe3f0d215092ecff8da61211ba822e3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-operator-bundle@sha256:d79389a67faa8bdecb904f3341125428463fd9dee0eef4c49ad62b2046b0bc3b_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:22f1de08f29857973e81b71745ac622d43de92b383a70f9efa7bff7404fb8703_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f380c5901d83e14c0fd49616749a1cd7d9ac83b4b3a757c152a1cc94460c0f7f_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:f5ba1535c00f7330847db8d7202aa1bb09aa7598e2c840dabb9156135688c2ad_ppc64le",
"9Base-RHODF-4.14:odf4/odf-csi-addons-rhel9-operator@sha256:fd167d95c42008058f7b7dc10f57ab835af7bef956599284daab4d95923a687b_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:0b1bec21a84065d144bdcfc433adccbc93038bd2a5c8a8164c50004138dbcb9f_arm64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:701aa70b3c88008e143b97edf1b2ad6f408f3620b3e174fe08d355eca186a8e1_amd64",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:98a5ddc54894ec63160dace01773f0e078d659dbf2e3a637a5061692d13d740d_s390x",
"9Base-RHODF-4.14:odf4/odf-csi-addons-sidecar-rhel9@sha256:eecdcf798f46f87751d06803634ee2c55dba5be4fb9191724f6f66ce8e2d1d53_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:7e51fe4b13a94ba6ab433112f2d165a9950b63b6e479d6fd158ad593ff9c8bac_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:93e15fb7e7ad0ca8bdfa151bb4bc709e19b84a93b9dd4d6c5b5f09c1669410a7_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-console-rhel9@sha256:e2185f7ac5e82ba3271f5d11bdcf649775afb4e275ff04868c9ba7d0be511e1e_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:1a1d5cce65a73a7ebd6796803e2adf296ca671816858d668117d9d21d14b1a87_s390x",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:60eefcb09904faadfef9b44f25da9fc8fc4923b178090e7218e67cb9ae0793a3_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-operator-bundle@sha256:c106a989373ad238437d87f84b70333bd419949a218bbd0b1b33f55ee010a892_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:0110d494cf1e0171e50218990dde818dfbd0119e88237459dc44fd8ffa8018bc_ppc64le",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:1db819006c96804631357c3415b6ddf2a1c7adc6658d5f2a95dd686331893af2_arm64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:a662af8813a91db2db0bc6036b57809cba61814d06c3064d2223196883186c9c_amd64",
"9Base-RHODF-4.14:odf4/odf-multicluster-rhel9-operator@sha256:bae71b3fcde98cc26207fdab8c6e08bb1c20d5fc517107eee23e52ceb03d060e_s390x",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:656596458a504dc59881347a69ed67ded606fe2ecafebe612cac4ef687b83c2a_ppc64le",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:8c5171517378cf3d1ce8ff5526dfed9cd38c13691e425bb59c5f0ddca83c3984_arm64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:bc71d7a33f838e3afeefe1cb72df8a9e29e0cf1aa20e3beea882939dcffd51b1_amd64",
"9Base-RHODF-4.14:odf4/odf-must-gather-rhel9@sha256:fa66ff5299778d29c990a6c177aa1378f76499f14da81ca0726705ed88205b6c_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:2073c981617b587e900e92a933f7d144f14a86c9ba5429923a4bba4129877290_amd64",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:aca59c5da1ab71fda2a9c1b58d9637349c99f6501787443d102bd3312a00bf61_s390x",
"9Base-RHODF-4.14:odf4/odf-operator-bundle@sha256:f7b2891ac970e16db4204bcc1fd562d41ff4c907223bdbec5e372fe42361a03e_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:7bb21477b9fc520dafb79bdf074b29fc2ee34dd66ea936ed828d9cd54298afa2_arm64",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:8eb089256eae891796741e26ebc18d251e24692f4fce4d6bdab6dbfa8d1930af_s390x",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d207a79a6144f1f929342f41d2270bf6528caad00bea697d9129eb405241a7df_ppc64le",
"9Base-RHODF-4.14:odf4/odf-rhel9-operator@sha256:d52027bc58ef6a9a4a0b1b47abb4fb2651db958da5ffb4931c82cebb0838782e_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:91b4ab5822b81c8c731e587951830b61d318124b0f70a7b5992ab1d7979ca1e1_s390x",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:c11e131a187ff58e4143de82e9e81164359c072ecaa953ba851e2f3ce973e8c0_amd64",
"9Base-RHODF-4.14:odf4/odr-cluster-operator-bundle@sha256:f0e5ba9ff8d2a7413b21dcd88e238431b8897cae5d24134faeeb17769b930702_ppc64le",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:50ff517fcb19def59ed5599de7ca1aadfc45f8506e605df0a6f7b28a5352e1d7_amd64",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:7a3d210c3b23f5afc21d3db41ce8904a041ad7feffd8503f5c2ee52a97357cb7_s390x",
"9Base-RHODF-4.14:odf4/odr-hub-operator-bundle@sha256:a9f630b9bfebe4e363dd4d06e471ac0bc1bb8ada15aa64eeff02d38aa359302d_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:4c71572fdd69a4073455467201b958a308fbd59db81fc553a6ee24eddc45f011_ppc64le",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:6168ffb958078d292d77f6e6331d1875e248c053b05fc87c102cf24912540e80_arm64",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:a3f5d7281f9e28528923f54d816d7fe586f1cba6074f0a775fa613c99e5ad2a5_s390x",
"9Base-RHODF-4.14:odf4/odr-rhel9-operator@sha256:b180a6a638ac27696a64a05f59dfe0de59f95bad3ade5d922cb8ee4d13d9e024_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:17aec04a9fbdbe6901a564743d0bdda4080b32571892a3633c63034aa7bc25cd_amd64",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:9c6657db4952f5096eb9cbae6a8b5bcfaec530b9c41202e604d23bfba90dbcb4_ppc64le",
"9Base-RHODF-4.14:odf4/rook-ceph-rhel9-operator@sha256:e18b3bec5944442cba078061c67c549d820522ddc6261c58a00208643def28a8_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:6938
Vulnerability from csaf_redhat - Published: 2023-11-14 15:32 - Updated: 2026-05-28 02:51A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0 | — |
Vendor Fix
fix
|
{
"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* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* runc: Rootless runc makes `/sys/fs/cgroup` writable (CVE-2023-25809)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration (CVE-2023-28642)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:6938",
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index"
},
{
"category": "external",
"summary": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165743"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2231464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2231464"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6938.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-28T02:51:55+00:00",
"generator": {
"date": "2026-05-28T02:51:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6938",
"initial_release_date": "2023-11-14T15:32:31+00:00",
"revision_history": [
{
"date": "2023-11-14T15:32:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T15:32:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:51:55+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.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=x86_64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=src\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=noarch\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=aarch64\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=ppc64le\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.3-1.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-24.module%2Bel8.9.0%2B19784%2B443be299?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B19243%2Bdf4d9ff2?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-8.module%2Bel8.9.0%2B19104%2Bfcef53a3?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B19098%2B6e7a5e3f?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19656%2Ba0b7daeb?arch=s390x\u0026rpmmod=container-tools:4.0:8090020230828093056:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.9.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3064",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-01-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2163037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RHC package for Red Hat Enterprise Linux 9 mark as Low severity as we do ship the affected code but it\u0027s not easily exposed because YAML files are not parsed by RHC.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3064"
},
{
"category": "external",
"summary": "RHBZ#2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r",
"url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5",
"url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4",
"url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0956",
"url": "https://pkg.go.dev/vuln/GO-2022-0956"
}
],
"release_date": "2022-08-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-3978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Cross site scripting",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3978"
},
{
"category": "external",
"summary": "RHBZ#2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978"
},
{
"category": "external",
"summary": "https://go.dev/cl/514896",
"url": "https://go.dev/cl/514896"
},
{
"category": "external",
"summary": "https://go.dev/issue/61615",
"url": "https://go.dev/issue/61615"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1988",
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2175721"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: volume mount race condition (regression of CVE-2019-19921)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-27561"
},
{
"category": "external",
"summary": "RHBZ#2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27561"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561"
},
{
"category": "external",
"summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9",
"url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334",
"url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/3751",
"url": "https://github.com/opencontainers/runc/issues/3751"
}
],
"release_date": "2023-02-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
},
"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-14T15:32:31+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.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6938"
}
],
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:aardvark-dns-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:cockpit-podman-0:46-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:conmon-debugsource-2:2.1.4-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:container-selinux-2:2.205.0-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:containers-common-2:1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crit-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-debugsource-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-devel-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:crun-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.3-1.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.src::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:netavark-2:1.0.1-38.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.src::container-tools:4.0",
"AppStream-8.9.0.GA:podman-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-debugsource-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-docker-2:4.0.2-24.module+el8.9.0+19784+443be299.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-remote-debuginfo-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:podman-tests-2:4.0.2-24.module+el8.9.0+19784+443be299.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:python3-criu-0:3.15-3.module+el8.9.0+19243+df4d9ff2.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:python3-podman-0:4.0.0-2.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:runc-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.5-2.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.src::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debuginfo-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-debugsource-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:skopeo-tests-2:1.6.2-8.module+el8.9.0+19104+fcef53a3.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+19098+6e7a5e3f.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.src::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.aarch64::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.ppc64le::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.s390x::container-tools:4.0",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19656+a0b7daeb.x86_64::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.noarch::container-tools:4.0",
"AppStream-8.9.0.GA:udica-0:0.2.6-4.module+el8.9.0+19098+6e7a5e3f.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2023:6939
Vulnerability from csaf_redhat - Published: 2023-11-14 16:03 - Updated: 2026-05-28 02:52A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim's cookie-based authentication credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
{
"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:rhel8 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* go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents (CVE-2022-3064)\n\n* golang: html/template: improper handling of JavaScript whitespace (CVE-2023-24540)\n\n* net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding (CVE-2022-41723)\n\n* golang: crypto/tls: large handshake records may cause panics (CVE-2022-41724)\n\n* golang: net/http, mime/multipart: denial of service from excessive resource consumption (CVE-2022-41725)\n\n* golang.org/x/net/html: Cross site scripting (CVE-2023-3978)\n\n* golang: net/http, net/textproto: denial of service from excessive memory allocation (CVE-2023-24534)\n\n* golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption (CVE-2023-24536)\n\n* golang: go/parser: Infinite loop in parsing (CVE-2023-24537)\n\n* golang: html/template: backticks not treated as string delimiters (CVE-2023-24538)\n\n* golang: html/template: improper sanitization of CSS values (CVE-2023-24539)\n\n* containerd: Supplementary groups are not set up properly (CVE-2023-25173)\n\n* runc: Rootless runc makes `/sys/fs/cgroup` writable (CVE-2023-25809)\n\n* runc: volume mount race condition (regression of CVE-2019-19921) (CVE-2023-27561)\n\n* runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration (CVE-2023-28642)\n\n* golang: html/template: improper handling of empty HTML attributes (CVE-2023-29400)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:6939",
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index"
},
{
"category": "external",
"summary": "2066138",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066138"
},
{
"category": "external",
"summary": "2144541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144541"
},
{
"category": "external",
"summary": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "2165744",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165744"
},
{
"category": "external",
"summary": "2166195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166195"
},
{
"category": "external",
"summary": "2173082",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173082"
},
{
"category": "external",
"summary": "2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "2175794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175794"
},
{
"category": "external",
"summary": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2179449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179449"
},
{
"category": "external",
"summary": "2179465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179465"
},
{
"category": "external",
"summary": "2180104",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180104"
},
{
"category": "external",
"summary": "2180118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180118"
},
{
"category": "external",
"summary": "2181521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181521"
},
{
"category": "external",
"summary": "2182052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182052"
},
{
"category": "external",
"summary": "2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "2182894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182894"
},
{
"category": "external",
"summary": "2183041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183041"
},
{
"category": "external",
"summary": "2183596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183596"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2188524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188524"
},
{
"category": "external",
"summary": "2189578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189578"
},
{
"category": "external",
"summary": "2192977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192977"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2216700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2216700"
},
{
"category": "external",
"summary": "2218315",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218315"
},
{
"category": "external",
"summary": "2220931",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2220931"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "2229746",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229746"
},
{
"category": "external",
"summary": "2232127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232127"
},
{
"category": "external",
"summary": "2233218",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233218"
},
{
"category": "external",
"summary": "RHEL-3126",
"url": "https://issues.redhat.com/browse/RHEL-3126"
},
{
"category": "external",
"summary": "RHEL-3149",
"url": "https://issues.redhat.com/browse/RHEL-3149"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6939.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-28T02:52:00+00:00",
"generator": {
"date": "2026-05-28T02:52:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:6939",
"initial_release_date": "2023-11-14T16:03:32+00:00",
"revision_history": [
{
"date": "2023-11-14T16:03:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T16:03:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:52:00+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.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=src\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@75-1.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.221.0-1.module%2Bel8.9.0%2B19685%2B019f3589?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.6.0-1.module%2Bel8.9.0%2B19513%2B83322573?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.9.0%2B19244%2B655f84ee?arch=noarch\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=aarch64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=s390x\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.31.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.8-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.3.0-4.module%2Bel8.9.0%2B19649%2B5879504a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-54.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.12-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.7.0-1.module%2Bel8.9.0%2B19244%2B655f84ee?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.9-1.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.6.1-4.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-4.module%2Bel8.9.0%2B19090%2Bd2921118?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.9-1.module%2Bel8.9.0%2B19648%2B0d5ae0ec?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.13.3-1.module%2Bel8.9.0%2B19761%2B326da906?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.1-1.module%2Bel8.9.0%2B19731%2B94cfa27e?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B19655%2Bb08391f8?arch=x86_64\u0026rpmmod=container-tools:rhel8:8090020230825121312:e7857ab1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.9.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3064",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-01-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2163037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue causes the consumption of excessive amounts of CPU or memory when attempting to parse a large or maliciously crafted YAML document.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RHC package for Red Hat Enterprise Linux 9 mark as Low severity as we do ship the affected code but it\u0027s not easily exposed because YAML files are not parsed by RHC.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3064"
},
{
"category": "external",
"summary": "RHBZ#2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3064"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r",
"url": "https://github.com/advisories/GHSA-6q6q-88xp-6f2r"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5",
"url": "https://github.com/go-yaml/yaml/commit/f221b8435cfb71e54062f6c6e99e9ade30b124d5"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4",
"url": "https://github.com/go-yaml/yaml/releases/tag/v2.2.4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0956",
"url": "https://pkg.go.dev/vuln/GO-2022-0956"
}
],
"release_date": "2022-08-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-3978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang HTML package where it is vulnerable to Cross-site scripting caused by the improper validation of user-supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim\u0027s web browser within the security context of the hosting website once the URL is clicked. The flaw allows an attacker to steal the victim\u0027s cookie-based authentication credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Cross site scripting",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3978"
},
{
"category": "external",
"summary": "RHBZ#2228689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3978"
},
{
"category": "external",
"summary": "https://go.dev/cl/514896",
"url": "https://go.dev/cl/514896"
},
{
"category": "external",
"summary": "https://go.dev/issue/61615",
"url": "https://go.dev/issue/61615"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1988",
"url": "https://pkg.go.dev/vuln/GO-2023-1988"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/html: Cross site scripting"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"cve": "CVE-2023-25173",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2023-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2174485"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases. This issue can allow access to sensitive information or gain the ability to execute code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containerd: Supplementary groups are not set up properly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The following products include containerd related code, but do not use the specific Go packages impacted by this CVE, `containerd/cri/server` and `containerd/oci`. This CVE is therefore rated Low for these products:\n\n* OpenShift Container Platform\n* OpenShift Service Mesh\n* OpenShift API for Data Protection\n* Red Hat Advanced Cluster Security\n* Red Hat Advanced Cluster Management for Kubernetes",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25173"
},
{
"category": "external",
"summary": "RHBZ#2174485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25173"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a",
"url": "https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.5.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.5.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/releases/tag/v1.6.18",
"url": "https://github.com/containerd/containerd/releases/tag/v1.6.18"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p"
},
{
"category": "external",
"summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/",
"url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containerd: Supplementary groups are not set up properly"
},
{
"cve": "CVE-2023-25809",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc, where it is vulnerable to a denial of service caused by improper access control in the /sys/fs/cgroup endpoint. This flaw allows a local authenticated attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: Rootless runc makes `/sys/fs/cgroup` writable",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25809"
},
{
"category": "external",
"summary": "RHBZ#2182884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25809"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17",
"url": "https://github.com/opencontainers/runc/commit/0d62b950e60f6980b54fe3bafd9a9c608dc1df17"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-m8cg-xc2p-r3fc"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Condition 1: Unshare the cgroup namespace ((docker|podman|nerdctl) run --cgroupns=private). This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts.\nCondition 2 (very rare): add /sys/fs/cgroup to maskedPaths",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: Rootless runc makes `/sys/fs/cgroup` writable"
},
{
"cve": "CVE-2023-27561",
"cwe": {
"id": "CWE-41",
"name": "Improper Resolution of Path Equivalence"
},
"discovery_date": "2023-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2175721"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. An attacker who controls the container image for two containers that share a volume can race volume mounts during container initialization by adding a symlink to the rootfs that points to a directory on the volume.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: volume mount race condition (regression of CVE-2019-19921)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in runc, related to Incorrect Access Control in libcontainer/rootfs_linux.go, is classified as a moderate severity issue due to its prerequisites for exploitation and the level of access required by an attacker. To exploit this vulnerability, an attacker must have the capability to spawn two containers with custom volume-mount configurations and execute custom images within these containers. This restricts the attack vector to scenarios where an attacker already has a certain level of access to the container environment. Additionally, the vulnerability leads to an escalation of privileges, potentially allowing an attacker to gain elevated permissions on the host system. While the impact of privilege escalation is significant, the specific conditions required for successful exploitation mitigate the overall severity to moderate. \n\nThis CVE exists because of a CVE-2019-19921 regression.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-27561"
},
{
"category": "external",
"summary": "RHBZ#2175721",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175721"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-27561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27561"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27561"
},
{
"category": "external",
"summary": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9",
"url": "https://gist.github.com/LiveOverflow/c937820b688922eb127fb760ce06dab9"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334",
"url": "https://github.com/opencontainers/runc/issues/2197#issuecomment-1437617334"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/issues/3751",
"url": "https://github.com/opencontainers/runc/issues/3751"
}
],
"release_date": "2023-02-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: volume mount race condition (regression of CVE-2019-19921)"
},
{
"cve": "CVE-2023-28642",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This vulnerability could allow a remote attacker to bypass security restrictions and create a symbolic link inside a container to the /proc directory, bypassing AppArmor and SELinux protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The symlink vulnerability in runc allowing for the bypassing of AppArmor protections by manipulating the /proc symlink poses a moderate severity issue due to its potential impact on container isolation and security boundaries. While the exploitation requires specific mount configurations and access to the container\u0027s filesystem, it can lead to unauthorized access to host resources and potential privilege escalation within the containerized environment. This could enable attackers to compromise the integrity and confidentiality of other containers or the host system. Although the vulnerability does not allow direct remote code execution, its exploitation can result in significant security risks within containerized infrastructures, warranting a moderate severity rating.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28642"
},
{
"category": "external",
"summary": "RHBZ#2182883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28642"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c",
"url": "https://github.com/advisories/GHSA-g2j6-57v7-gm8c"
}
],
"release_date": "2023-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Avoid using an untrusted container image.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "runc: AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
},
{
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
},
"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-14T16:03:32+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.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6939"
}
],
"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": [
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:aardvark-dns-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-debugsource-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:buildah-tests-debuginfo-1:1.31.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:cockpit-podman-0:75-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debuginfo-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:conmon-debugsource-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debuginfo-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containernetworking-plugins-debugsource-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crit-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-debugsource-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-devel-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:criu-libs-debuginfo-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debuginfo-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:crun-debugsource-0:1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debuginfo-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:fuse-overlayfs-debugsource-0:1.12-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:libslirp-devel-0:4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8",
"AppStream-8.9.0.GA:netavark-2:1.7.0-1.module+el8.9.0+19244+655f84ee.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.src::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.9-1.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-catatonit-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-debugsource-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-docker-3:4.6.1-4.module+el8.9.0+19761+326da906.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-gvproxy-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-plugins-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-remote-debuginfo-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:podman-tests-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.src::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-criu-0:3.18-4.module+el8.9.0+19090+d2921118.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:python3-podman-0:4.6.0-1.module+el8.9.0+19513+83322573.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.src::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debuginfo-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:runc-debugsource-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.src::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:skopeo-tests-2:1.13.3-1.module+el8.9.0+19761+326da906.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.src::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debuginfo-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:slirp4netns-debugsource-0:1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.src::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.aarch64::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.ppc64le::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.s390x::container-tools:rhel8",
"AppStream-8.9.0.GA:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+19655+b08391f8.x86_64::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.noarch::container-tools:rhel8",
"AppStream-8.9.0.GA:udica-0:0.2.6-20.module+el8.9.0+19244+655f84ee.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
}
]
}
RHSA-2024:2944
Vulnerability from csaf_redhat - Published: 2024-05-21 14:04 - Updated: 2026-05-28 02:53There's an input validation flaw in golang.org/x/crypto's readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in ActiveMQ's Jolokia integration, where an authenticated user can potentially execute arbitrary code on the server. The vulnerability stems from the ability to handle and manipulate JMX requests through Jolokia's HttpRequestHandler, allowing an attacker to exploit the jdk.management.jfr.FlightRecorderMXBeanImpl class in Java 11 or higher. By crafting specific requests, an attacker could inject and execute a webshell, leading to remote code execution. This poses a significant security risk, especially in environments where Jolokia is enabled and not properly secured.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
A flaw was found in golang where angle brackets (<>) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, "attr={{.}}") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 | — |
Workaround
|
{
"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": "This is the multiarch release of the AMQ Broker 7.12.0 aligned Operator and associated container images on Red Hat Enterprise Linux 8 for the OpenShift Container Platform.\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 Middleware for OpenShift provides images for many of the Red Hat Middleware products for use within the OpenShift Container Platform cloud computing Platform-as-a-Service (PaaS) for on-premise or private cloud deployments.\n\nThis release of Red Hat AMQ Broker 7.12.0 includes security and bug fixes, and enhancements. For further information, refer to the release notes linked to in the References section.\n\nSecurity Fix(es):\n\n* (CVE-2023-24540) golang: html/template: improper handling of JavaScript whitespace\n* (CVE-2021-43565) golang.org/x/crypto: empty plaintext packet causes panic\n* (CVE-2022-21698) prometheus/client_golang: Denial of service using InstrumentHandlerCounter\n* (CVE-2022-27664) golang: net/http: handle server errors after sending GOAWAY\n* (CVE-2022-2879) golang: archive/tar: unbounded memory consumption when reading headers\n* (CVE-2022-2880) golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters\n* (CVE-2022-41678) Apache ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE\n* (CVE-2022-41715) golang: regexp/syntax: limit memory used by parsing regexps\n* (CVE-2022-41723) net/http, golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding\n* (CVE-2022-41724) golang: crypto/tls: large handshake records may cause panics\n* (CVE-2022-41725) golang: net/http, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24534) golang: net/http, net/textproto: denial of service from excessive memory allocation\n* (CVE-2023-24536) golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption\n* (CVE-2023-24537) golang: go/parser: Infinite loop in parsing\n* (CVE-2023-24538) golang: html/template: backticks not treated as string delimiters\n* (CVE-2023-24539) golang: html/template: improper sanitization of CSS values\n* (CVE-2023-29400) golang: html/template: improper handling of empty HTML attributes\n* (CVE-2022-32189) golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service\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.\n\nFor information on supported configurations, see Red Hat AMQ Broker 7 Supported Configurations at https://access.redhat.com/articles/2791941",
"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:2944",
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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/documentation/en-us/red_hat_amq_broker/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_amq_broker/"
},
{
"category": "external",
"summary": "2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"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": "2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "ENTMQBR-8064",
"url": "https://issues.redhat.com/browse/ENTMQBR-8064"
},
{
"category": "external",
"summary": "ENTMQBR-8264",
"url": "https://issues.redhat.com/browse/ENTMQBR-8264"
},
{
"category": "external",
"summary": "ENTMQBR-8316",
"url": "https://issues.redhat.com/browse/ENTMQBR-8316"
},
{
"category": "external",
"summary": "ENTMQBR-8387",
"url": "https://issues.redhat.com/browse/ENTMQBR-8387"
},
{
"category": "external",
"summary": "ENTMQBR-8457",
"url": "https://issues.redhat.com/browse/ENTMQBR-8457"
},
{
"category": "external",
"summary": "ENTMQBR-8465",
"url": "https://issues.redhat.com/browse/ENTMQBR-8465"
},
{
"category": "external",
"summary": "ENTMQBR-8664",
"url": "https://issues.redhat.com/browse/ENTMQBR-8664"
},
{
"category": "external",
"summary": "ENTMQBR-8678",
"url": "https://issues.redhat.com/browse/ENTMQBR-8678"
},
{
"category": "external",
"summary": "ENTMQBR-8752",
"url": "https://issues.redhat.com/browse/ENTMQBR-8752"
},
{
"category": "external",
"summary": "ENTMQBR-8881",
"url": "https://issues.redhat.com/browse/ENTMQBR-8881"
},
{
"category": "external",
"summary": "ENTMQBR-8893",
"url": "https://issues.redhat.com/browse/ENTMQBR-8893"
},
{
"category": "external",
"summary": "ENTMQBR-8971",
"url": "https://issues.redhat.com/browse/ENTMQBR-8971"
},
{
"category": "external",
"summary": "ENTMQBR-8989",
"url": "https://issues.redhat.com/browse/ENTMQBR-8989"
},
{
"category": "external",
"summary": "ENTMQBR-9023",
"url": "https://issues.redhat.com/browse/ENTMQBR-9023"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2944.json"
}
],
"title": "Red Hat Security Advisory: AMQ Broker 7.12.0.OPR.1.GA Container Images release and security update",
"tracking": {
"current_release_date": "2026-05-28T02:53:11+00:00",
"generator": {
"date": "2026-05-28T02:53:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2944",
"initial_release_date": "2024-05-21T14:04:45+00:00",
"revision_history": [
{
"date": "2024-05-21T14:04:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-21T14:04:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:53:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Middleware Containers for OpenShift",
"product": {
"name": "Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhosemc:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_id": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_id": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator-bundle\u0026tag=7.12.0-10"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367?arch=amd64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_id": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_id": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435?arch=ppc64le\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_id": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_id": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab?arch=s390x\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_id": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-init-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_id": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8\u0026tag=7.12.0-7"
}
}
},
{
"category": "product_version",
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_id": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8?arch=arm64\u0026repository_url=registry.redhat.io/amq7/amq-broker-rhel8-operator\u0026tag=7.12.0-16"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x"
},
"product_reference": "amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
},
"product_reference": "amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43565",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-12-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2030787"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s an input validation flaw in golang.org/x/crypto\u0027s readCipherPacket() function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto: empty plaintext packet causes panic",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "go-toolset shipped with Red Hat Developer Tools - Compilers and golang shipped with Red Hat Enterprise Linux 8 are not affected by this flaw because they do not ship the vulnerable code.\n\nThis flaw was rated to have a Moderate impact because it is not shipped in the Golang standard library and thus has a reduced impact to products compared with other flaws of this type.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "RHBZ#2030787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43565"
}
],
"release_date": "2021-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto: empty plaintext packet causes panic"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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: github.com/vbatts/tar-split: 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.\n\n\nThis flaw additionally affects the github.com/vbatts/tar-split library and was fixed in v0.12.1.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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://github.com/vbatts/tar-split/releases/tag/v0.12.1",
"url": "https://github.com/vbatts/tar-split/releases/tag/v0.12.1"
},
{
"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-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: github.com/vbatts/tar-split: 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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-21698",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2045880"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was found in prometheus/client_golang. This flaw allows an attacker to produce a denial of service attack on an HTTP server by exploiting the InstrumentHandlerCounter function in the version below 1.11.1, resulting in a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a moderate impact for two main reasons. 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. Additionally, this is in alignment with upstream\u0027s (the Prometheus project) impact rating.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "RHBZ#2045880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21698"
},
{
"category": "external",
"summary": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p",
"url": "https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p"
}
],
"release_date": "2022-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prometheus/client_golang: Denial of service using InstrumentHandlerCounter"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2113814"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.",
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "RHBZ#2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189"
},
{
"category": "external",
"summary": "https://go.dev/issue/53871",
"url": "https://go.dev/issue/53871"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU",
"url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU"
}
],
"release_date": "2022-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service"
},
{
"cve": "CVE-2022-41678",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2023-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252185"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in ActiveMQ\u0027s Jolokia integration, where an authenticated user can potentially execute arbitrary code on the server. The vulnerability stems from the ability to handle and manipulate JMX requests through Jolokia\u0027s HttpRequestHandler, allowing an attacker to exploit the jdk.management.jfr.FlightRecorderMXBeanImpl class in Java 11 or higher. By crafting specific requests, an attacker could inject and execute a webshell, leading to remote code execution. This poses a significant security risk, especially in environments where Jolokia is enabled and not properly secured.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered moderate severity due to the requirement of authenticated access to exploit the flaw, significantly reducing the risk to systems that enforce strong authentication controls. While it does allow for remote code execution through Jolokia\u0027s request handling and Java Management Extensions (JMX), the exploitation pathway is complex and relies on specific conditions, such as the presence of Java 11 or higher and misconfigured or permissive Jolokia settings. an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment.Only an authenticated attacker to achieve remote code execution (RCE) within the ActiveMQ environment. In environments where authentication is well-managed and Jolokia is correctly configured or disabled, the likelihood of successful exploitation is reduced, mitigating the overall impact on system security.",
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41678"
},
{
"category": "external",
"summary": "RHBZ#2252185",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252185"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41678"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41678"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ActiveMQ: Deserialization vulnerability on Jolokia that allows authenticated users to perform RCE"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"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-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178358"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within OpenShift Container Platform, the maximum impact of this vulnerability is a denial of service against an individual container so the impact could not cascade across the entire infrastructure, this vulnerability is rated Moderate 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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "RHBZ#2178358",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41723"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h",
"url": "https://github.com/advisories/GHSA-vvpx-j8f3-3w6h"
},
{
"category": "external",
"summary": "https://go.dev/cl/468135",
"url": "https://go.dev/cl/468135"
},
{
"category": "external",
"summary": "https://go.dev/cl/468295",
"url": "https://go.dev/cl/468295"
},
{
"category": "external",
"summary": "https://go.dev/issue/57855",
"url": "https://go.dev/issue/57855"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1571",
"url": "https://pkg.go.dev/vuln/GO-2023-1571"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-1571.json",
"url": "https://vuln.go.dev/ID/GO-2023-1571.json"
}
],
"release_date": "2023-02-17T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: large handshake records may cause panics",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a denial of service 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. 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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2178488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go, where it is vulnerable to a denial of service caused by an excessive resource consumption flaw in the net/http and mime/multipart packages. By sending a specially-crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service 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. 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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24534",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto: denial of service from excessive memory allocation",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24534"
},
{
"category": "external",
"summary": "RHBZ#2184483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24534"
},
{
"category": "external",
"summary": "https://go.dev/issue/58975",
"url": "https://go.dev/issue/58975"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto: denial of service from excessive memory allocation"
},
{
"cve": "CVE-2023-24536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses Go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not-affected.\n* The CVE refers to multipart form parsing routine mime/multipart.Reader.ReadForm, which is not used in Grafana, hence it is not-affected.\n* Butane does not parse multipart forms, hence, it is also not-affected.\nRedhat has marked this vulnerability as moderate as this vulnerability could lead to a potential denial of service when all the resource of a system is consumed which is technically not a clear case of denial of service.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24536"
},
{
"category": "external",
"summary": "RHBZ#2184482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24536"
},
{
"category": "external",
"summary": "https://go.dev/issue/59153",
"url": "https://go.dev/issue/59153"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"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": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2023-24537",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an infinite loop due to integer overflow when calling any of the Parse functions. By sending a specially crafted input, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: Infinite loop in parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Moderate because it allows denial of service condition in Go\u2019s source code parser when processing specially crafted input containing //line directives with excessively large line numbers. Exploitation can cause the parser to enter an infinite loop, consuming CPU resources and rendering services unresponsive. While this issue does not permit code execution or data access, it poses a significant availability impact for systems processing untrusted Go source input.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24537"
},
{
"category": "external",
"summary": "RHBZ#2184484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24537"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59180",
"url": "https://github.com/golang/go/issues/59180"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "To mitigate this issue, upgrade Go to version 1.19.8, 1.20.3, or later, where the vulnerability has been addressed.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"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-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: Infinite loop in parsing"
},
{
"cve": "CVE-2023-24538",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2023-04-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks (`) as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: backticks not treated as string delimiters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The described issue involving Go templates and JavaScript template literals poses a moderate severity rather than an important one due to several mitigating factors. Firstly, the vulnerability requires specific conditions to be met: the presence of Go templates within JavaScript template literals. This limits the scope of affected codebases, reducing the likelihood of exploitation. Additionally, the decision to disallow such interactions in future releases of Go indicates a proactive approach to addressing the issue. Furthermore, the affected packages or components within Red Hat Enterprise Linux, such as Conmon, Grafana, and the RHC package, have been assessed and determined not to be impacted due to their specific usage patterns. So the limited scope of affected systems and the absence of exploitation vectors in specific components within Red Hat Enterprise Linux contribute to categorizing the severity of the issue as moderate.\n\nFor Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* The rhc package do not make use of html/template. Hence, it is also not affected.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24538"
},
{
"category": "external",
"summary": "RHBZ#2184481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24538"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59234",
"url": "https://github.com/golang/go/issues/59234"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8",
"url": "https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: backticks not treated as string delimiters"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24539",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang where angle brackets (\u003c\u003e) were not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a \u0027/\u0027 character could result in the CSS context unexpectedly closing, allowing for the injection of unexpected HMTL if executed with untrusted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper sanitization of CSS values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore, the impact is low.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24539"
},
{
"category": "external",
"summary": "RHBZ#2196026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24539"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/59720",
"url": "https://github.com/golang/go/issues/59720"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper sanitization of CSS values"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-24540",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set \"\\t\\n\\f\\r\\u0020\\u2028\\u2029\" in JavaScript contexts that also contain actions may not be properly sanitized during execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of JavaScript whitespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, hence, not in the actual code, thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected containers are behind OpenShift OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users only, therefore the impact is low.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24540"
},
{
"category": "external",
"summary": "RHBZ#2196027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24540"
},
{
"category": "external",
"summary": "https://go.dev/issue/59721",
"url": "https://go.dev/issue/59721"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: html/template: improper handling of JavaScript whitespace"
},
{
"acknowledgments": [
{
"names": [
"Juho Nurminen"
],
"organization": "Mattermost"
}
],
"cve": "CVE-2023-29400",
"cwe": {
"id": "CWE-176",
"name": "Improper Handling of Unicode Encoding"
},
"discovery_date": "2023-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2196029"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Templates containing actions in unquoted HTML attributes, for example, \"attr={{.}}\") executed with empty input, could result in output that has unexpected results when parsed due to HTML normalization rules. This issue may allow the injection of arbitrary attributes into tags.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of empty HTML attributes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For Red Hat Enterprise Linux,\n\n* Conmon uses go in unit testing, but not functionally in the package. Go is used only in test files, not in the actual code. Thus, conmon is not affected.\n* The Go templates in Grafana do not contain any javascript. Thus, it is not affected.\n* Ignition does not make use of html/template.\n\nIn OpenShift Container Platform and Red Hat Advanced Cluster Management for Kubernetes (RHACM), the affected containers are behind OAuth authentication. This restricts access to the vulnerable golang html/templates to authenticated users, reducing the impact to low.",
"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-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29400"
},
{
"category": "external",
"summary": "RHBZ#2196029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29400"
},
{
"category": "external",
"summary": "https://go.dev/issue/59722",
"url": "https://go.dev/issue/59722"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU",
"url": "https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU"
}
],
"release_date": "2023-04-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T14:04:45+00:00",
"details": "To update to the latest image please refer to the AMQ container images in the Red Hat Container catalog.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:3bd3ed2acad8c5792c7222254c8ef09c2eeb4dcfd3e96622fe98f50ce094ca3e_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:4755cc6d13566065f6fd0b9544001ece5e0424ddbff774420f5be9bbfe03ae9e_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:de1724d437174eefb20ed7dd8981a05607c55cfe8d6ea6667df94fdfdefe6ead_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-init-rhel8@sha256:e3c7913dc5a441fc38f35081cd405425ec3f4d299d77890db9d57b042f459852_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator-bundle@sha256:22ba090595eb88cc56d69c759388310d477e50fd97a4c6fcf3e7eecd94df99f9_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:27deae2dfec99135f1dd3dcfffdaf6167e056e29aa481cb3f78ee36d407181b8_arm64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:7231e51c0f078cd742b12c52c6616f19e669909ebb2fb6e02292173a5def5fab_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:996d20078a6a4f98f220793bded0b1c7ad08df3a292f26be71e52070fc538367_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8-operator@sha256:a840f54acec50b424b1c4a8d984230777bf042fb98b526d213cbb5b3df023435_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:081c73ec804f236ff0d00d7495a6d1053d1b6161ae7d944c889fc2d1181caa3f_amd64",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:25100bd1bb6b113af4e51deb6538ed554340091389ab2639ec77824c6cb0bc15_s390x",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:b2aa89fb6eb23d41b1101ef2080a628a51d2a0949395e921247be302ff0e9778_ppc64le",
"8Base-RHOSE-Middleware:amq7/amq-broker-rhel8@sha256:cd306c06c811d5e5c3d1912dd2bf2d08c10e057f1d7c59cba8475e105dd72cf0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of empty HTML attributes"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.